home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
hyper.dir
/
00048.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-12
|
302 b
|
12 lines
global gControlSprite1, gControlSprite2, gControlSprite3
on mouseDown
set the visible of sprite gControlSprite1 to 0
set the visible of sprite gControlSprite2 to 0
set the visible of sprite gControlSprite3 to 0
go(the frame - 2)
repeat while the mouseDown
updateStage()
end repeat
end